GUI Help > Fonts > deleteFont

deleteFont
deleteFont handle font

Description:
Deletes a font so that it may no longer be use. This does not affect any gadgets currently using the font to draw their text. After deleting the font you should set the variable containing the font handle to 0.

Return Value:


Parameters:
font Handle of a font
Remarks:


See Also:


Example:
(Note: You will need to include the GUI constants file for this example to work)